UsersDemo 
EntityType  Independent 
Logical Entity Name  UsersDemo 
Default Table Name  UsersDemo 
Logical Only  NO 
Definition 
 
Note 
 

UsersDemo Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
UserID(PK)    INTEGER  NO 
 
UserName    NVARCHAR(255)  NO 
 
Password    VARBINARY/BLOB(50)  YES 
 
FullName    NVARCHAR(255)  NO 
 
OtherFields    NVARCHAR(255)  YES 
 

UsersDemo Keys 
Key Name  Key Type  Keys 
PK_UsersDemo  PrimaryKey  UserID 

UsersDemo Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 

UsersDemo Check Constraints 
Check Constraint Name  CheckConstraint